-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023.4.6 #91833
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eriod` (#91585) Add a guard against selecting all entities in state_changes_during_period This cannot happen in `dev` because we require entity ids
…91196) Fix tasks with no due date. Prior to this change we were setting the start date/time to utc rather than the user's timezone.
* Bump pyinsteon * Bump pyinsteon * Bump pyinsteon
* Handle UnsupportedEror * Make error message more clear * Remove debug line, whoops
In #91514 is was discovered these exist in older versions
…or invalid (#91704) * Fallback to generating a new ULID on migraiton if context is missing or invalid It was discovered that postgresql will do a full scan if there is a low cardinality on the index because of missing context ids. We will now generate a ULID for the timestamp of the row if the context data is missing or invalid fixes #91514 * tests * tweak * tweak * preen
balloob
requested review from
rytilahti,
bieniu,
thecode,
chemelli74,
bdraco,
epenet,
a team,
hunterjm,
teharris1 and
allenporter
as code owners
April 21, 2023 18:59
home-assistant
bot
added
cla-signed
core
has-tests
merging-to-master
This PR is merging into the RC branch and should probably change the branch to `dev`.
labels
Apr 21, 2023
bdraco
approved these changes
Apr 21, 2023
These tests were moved to test_migration_from_schema_32.py in `dev` and have changed. Remove the old tests as they are no longer correct
bdraco
approved these changes
Apr 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla-signed
core
has-tests
merging-to-master
This PR is merging into the RC branch and should probably change the branch to `dev`.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
state_changes_during_period
(@bdraco - #91585) (recorder docs)on
calendar state. (@boralyl - #91196) (todoist docs)